@charset "UTF-8";
.sec-title {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
}
.sec-title .ja {
  margin-left: 19px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.sec-title .ja::before {
  content: '／ ';
}

.flex-box {
  display: -webkit-flex;
  display: flex;
}

/* fv
------------------------ */
#wrapper.is-fv {
  width: 100%;
  min-width: 1040px;
  height: 100%;
  overflow: hidden;
}

.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1040px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}
.fv::before {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #004ea2;
  content: '';
}
.fv .fv-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fv .fv-logo {
  opacity: 0;
}
.fv .fv-logo.fvfadeIn {
  opacity: 1;
}
.fv .fv-lead {
  margin-top: 50px;
  font-size: 5.2rem;
  text-align: left;
  white-space: nowrap;
  line-height: 1.1;
  opacity: 0;
}
.fv .fv-lead.fvfadeIn {
  opacity: 1;
}
.fv .fv-lead strong {
  display: block;
  font-size: 7.4rem;
  font-weight: 600;
}
.fv.coverIn::before {
  left: 0;
  animation: coverIn 0.75s linear forwards;
}
.fv.coverOut::before {
  right: 0;
  animation: coverOut 0.75s linear forwards;
}

@keyframes coverIn {
  100% {
    width: 100%;
  }
}
@keyframes coverOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes fvfadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fvfadeIn {
  animation-duration: 1.5s;
  -webkit-animation-name: fvfadeIn;
  animation-name: fvfadeIn;
}

/* mv
------------------------ */
#mv {
  position: relative;
  padding: 0 120px;
}
#mv .slick-slide {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#mv .slider-inner {
  position: relative;
  display: inline-block;
}
#mv .slider-item {
  text-align: center;
}
#mv .item-01 .mv-lead,
#mv .item-02 .mv-lead {
  position: absolute;
  left: 8.2%;
  bottom: 13.5%;
  color: #fff;
  font-size: 7.2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
  text-shadow: 0px 0px 30.02px rgba(0, 0, 0, 0.6), 0px 0px 30.02px rgba(0, 0, 0, 0.6);
}
#mv .item-01 .mv-lead strong,
#mv .item-02 .mv-lead strong {
  display: block;
  font-size: 9.4rem;
  font-weight: 600;
}
#mv .slick-arrow {
  top: 100%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
  z-index: 10;
}
#mv .slick-arrow::before {
  display: none;
}
#mv .slick-prev {
  left: auto;
  right: calc(50% - 423px);
  background-image: url(../images/index/btn_prev.png);
}
#mv .slick-next {
  right: calc(50% - 503px);
  background-image: url(../images/index/btn_next.png);
}
#mv .slider-progress {
  position: relative;
  top: -6px;
  width: 100%;
  height: 6px;
  background: #b0b0b0;
}
#mv .slider-progress .progress {
  width: 0%;
  height: 5px;
  background: #004ea2;
}
#mv .slick-counter {
  position: absolute;
  top: 50%;
  right: 70px;
  font-size: 1.4rem;
  writing-mode: vertical-lr;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#mv .slick-counter .current {
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  #mv {
    padding: 0 60px;
  }
  #mv .item-01 .mv-lead,
  #mv .item-02 .mv-lead {
    font-size: 5.2rem;
  }
  #mv .item-01 .mv-lead strong,
  #mv .item-02 .mv-lead strong {
    font-size: 7.4rem;
  }
  #mv .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #mv .slick-prev {
    right: calc(50% - 330px);
  }
  #mv .slick-next {
    right: calc(50% - 400px);
  }
  #mv .slick-counter {
    right: 20px;
  }
}
/* news
------------------------ */
#news {
  padding: 108px 0 116px 0;
}
#news .inner {
  position: relative;
}
#news .sec-title {
  margin-bottom: 60px;
}
#news .news-list {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 -40px;
  counter-reset: newsNum;
}
#news .news-list .news-item {
  width: 220px;
  margin: 0 0 0 40px;
}
#news .news-list .news-item a {
  position: relative;
  display: block;
}
#news .news-list .news-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 40px;
  background-color: #004ea2;
  counter-increment: newsNum;
  content: counter(newsNum);
}
#news .news-list .news-item .thumb {
  margin-bottom: 25px;
}
#news .news-list .news-item .thumb img{
  width: 210px;
  height: 140px;
  object-fit: cover;
}
#news .news-list .news-item .title {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
#news .news-list .news-item .news-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.09em;
}
#news .news-list .news-item .news-footer .date {
  color: #676767;
  font-size: 1.3rem;
  font-weight: 500;
}
#news .news-list .news-item .news-footer .link {
  padding-right: 23px;
  color: #004ea2;
  font-weight: 900;
  background: url(../images/common/ico_more.png) no-repeat 99% center;
  background-size: 21px auto;
}
#news .more {
  position: absolute;
  top: 17px;
  right: 20px;
}
#news .more a {
  display: inline-block;
  padding-right: 40px;
  color: #448ad2;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url(../images/common/ico_view.png) no-repeat right center;
}

/* about
------------------------ */
#about {
  padding: 87px 0 120px 0;
  background: url(../images/index/bg_about.jpg) no-repeat center center;
  background-size: auto 100%;
  opacity: 0;
}
#about .sec-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 41px;
  color: #fff;
}
#about .sec-title .en {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.3;
}
#about .sec-title .en small {
  font-size: 5.2rem;
  font-weight: 300;
}
#about .sec-title .ja {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5;
}
#about .sec-title .ja::before {
  content: '／ ';
}
#about .lead {
  width: 580px;
  margin-bottom: 45px;
  color: #fff;
  line-height: 1.7;
}
#about .more {
  color: #fff;
  font-weight: 400;
}
#about .more a {
  display: inline-block;
  width: 195px;
  padding: 5px 0;
  font-size: 2.0rem;
  border-bottom: 3px solid #fff;
  background: url(../images/common/ico_arrow-02.png) no-repeat right center;
  background-size: 20px auto;
}

/* products
------------------------ */
#products {
  padding: 116px 0 120px 0;
  text-align: center;
  background: -webkit-linear-gradient(top, #fff, #dbdbdb);
  background: linear-gradient(to bottom, #fff, #dbdbdb);
}
#products .sec-title {
  margin-bottom: 50px;
}
#products .lead {
  display: inline-block;
  width: 80%;
  margin-bottom: 56px;
}
#products .image {
  margin-bottom: 46px;
}
#products a {
  display: inline-block;
  width: 195px;
  padding: 7px 0;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
  border-bottom: 3px solid #090909;
  background: url(../images/common/ico_arrow-01.png) no-repeat right center;
  background-size: 20px auto;
}

/* global
------------------------ */
#global {
  position: relative;
  width: 50%;
  padding: 116px 0 115px 0;
}
#global::before {
  position: absolute;
  top: 220px;
  left: 0;
  width: calc(100% - 60px);
  height: 320px;
  background-color: #f8f9fb;
  content: '';
  z-index: -1;
}
#global .inner {
  width: 520px;
  padding: 0 0 0 20px;
  margin-right: 0;
}
#global .sec-title {
  margin-bottom: 55px;
}
#global .link-item {
  width: 400px;
}
#global .link-item a {
  display: block;
}
#global .thumb {
  margin-bottom: 25px;
}
#global .lead {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.7;
}
#global .more {
  display: inline-block;
  padding-right: 25px;
  color: #004ea2;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: url(../images/common/ico_more.png) no-repeat right center;
  background-size: 21px auto;
}

/* recruit
------------------------ */
#recruit {
  position: relative;
  width: 50%;
  padding: 116px 0 115px 0;
}
#recruit::before {
  position: absolute;
  top: 300px;
  right: 0;
  width: calc(100% - 60px);
  height: 320px;
  background-color: #f6f3ed;
  content: '';
  z-index: -1;
}
#recruit .inner {
  width: 520px;
  margin: 0;
  padding: 0 20px 0 100px;
}
#recruit .sec-title {
  margin-bottom: 55px;
}
#recruit .link-item {
  width: 400px;
}
#recruit .link-item a {
  display: block;
}
#recruit .thumb {
  margin-bottom: 25px;
}
#recruit .lead {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.7;
}
#recruit .more {
  display: inline-block;
  padding-right: 25px;
  color: #004ea2;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: url(../images/common/ico_more.png) no-repeat right center;
  background-size: 21px auto;
}

.overflow {
	overflow: hidden;
}

/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
/* common parts
--------------------------------------------------------------------------------------------------------*/
	.inner {
		width: 100%;
	}
	.sec-title {
		font-size: calc(46 / 750 * 100vw);
		font-weight: 700;
	}
	.sec-title .ja {
		margin-left: 1.0em;
		font-size: calc(22 / 750 * 100vw);
	}


/* fv
--------------------------------------------------------------------------------------------------------*/
	#wrapper.is-fv,
	.fv {
		min-width: 100%;
	}
	.fv .fv-lead {
		margin-top: calc(50 / 750 * 100vw);
		font-size: calc(42 / 750 * 100vw);
	}
	.fv .fv-lead strong {
		font-size: calc(64 / 750 * 100vw);
		margin-bottom: 0.25em;
	}

/* mv
--------------------------------------------------------------------------------------------------------*/
	#mv {
		padding-right: 0;
		padding-left: calc(60 / 750 * 100vw);
	}
	#mv .slick-prev,
	#mv .slick-next {
		display: none!important;
	}
	#mv .slick-counter {
		top: 75.0%;
		left: 0.5em;
		right: initial;
		font-size: calc(22 / 750 * 100vw);
		font-weight: 500;
	}
	#mv .item-01 .mv-lead,
	#mv .item-02 .mv-lead {
		font-size: calc(42 / 750 * 100vw);
		bottom: calc(75 / 750 * 100vw);
		left: calc(50 / 750 * 100vw);
	}
	#mv .item-01 .mv-lead strong,
	#mv .item-02 .mv-lead strong {
		font-size: calc(78 / 750 * 100vw);
	}
	#mv .slick-slide img {
		height: calc(775 / 750 * 100vw);
		object-fit: cover;
	}

/* news
--------------------------------------------------------------------------------------------------------*/
	#news {
		padding-top: calc(80 / 750 * 100vw);
		padding-bottom: calc(180 / 750 * 100vw);
		background: rgb(244, 244, 244);
		background: -webkit-linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1);
	}
	#news .inner {
		padding-right: calc(60 / 750 * 100vw);
		padding-left: calc(60 / 750 * 100vw);
	}
	#news .sec-title {
		margin-bottom: calc(42 / 750 * 100vw);
	}
	#news .news-list {
		margin: 0;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#news .news-list .news-item {
		width: calc(300 / 750 * 100vw);
		margin: calc(45 / 750 * 100vw) 0 0 0;
	}
	#news .news-list .news-item:nth-of-type(-n+2) {
		margin-top: 0;
	}
	#news .news-list .news-item a::before {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		width: calc(60 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
		font-size: calc(34 / 750 * 100vw);
		line-height: 1.0;
	}
	#news .news-list .news-item .thumb {
		margin-bottom: calc(22 / 750 * 100vw);
	}
	#news .news-list .news-item .title {
		font-size: calc(24 / 750 * 100vw);
		margin-bottom: 1.0em;
	}
	#news .news-list .news-item .news-footer {
		-webkit-align-items: center;
		align-items: center;
	}
	#news .news-list .news-item .news-footer .date {
		font-size: calc(22 / 750 * 100vw);
	}
	#news .news-list .news-item .news-footer .link {
		padding-right: calc(36 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		background-size: calc(30 / 750 * 100vw) auto;
	}
	#news .more {
		display: none;
	}

/* about
--------------------------------------------------------------------------------------------------------*/
	#about {
		padding-top: calc(400 / 750 * 100vw);
		padding-bottom: calc(80 / 750 * 100vw);
		background-size: cover;
	}
	#about .inner {
		padding-right: calc(60 / 750 * 100vw);
		padding-left: calc(60 / 750 * 100vw);
	}
	#about .sec-title {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	#about .sec-title .en {
		font-size: calc(46 / 750 * 100vw);
		line-height: 1.2174;
	}
	#about .sec-title .en small {
		font-size: calc(46 / 750 * 100vw);
	}
	#about .sec-title .ja {
		font-size: calc(22 / 750 * 100vw);
		font-weight: 700;
	}
	#about .lead {
		width: 100%;
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		padding-right: 2.0em;
		margin-bottom: calc(50 / 750 * 100vw);
	}
	#about .more a {
		width: calc(300 / 750 * 100vw);
		padding: 0.25em 0;
		font-size: calc(32 / 750 * 100vw);
		border-width: 2px;
		background-size: calc(30 / 750 * 100vw) auto;
	}

/* products
--------------------------------------------------------------------------------------------------------*/
	#products {
		padding-top: calc(75 / 750 * 100vw);
		padding-bottom: calc(85 / 750 * 100vw);
	}
	#products .inner {
		padding-right: 0;
		padding-left: 0;
	}
	#products .sec-title {
		margin-bottom: calc(30 / 750 * 100vw);
	}
	#products .lead {
		display: block;
		text-align: left;
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		width: 100%;
		padding-right: calc(60 / 750 * 100vw);
		padding-left: calc(60 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
	}
	#products .image {
		padding-right: calc(40 / 750 * 100vw);
		padding-left: calc(45 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
		text-align: center;
	}
	#products a {
		width: calc(300 / 750 * 100vw);
		padding: 0.25em 0;
		font-size: calc(32 / 750 * 100vw);
		border-width: 2px;
		background-size: calc(30 / 750 * 100vw) auto;
	}

/* global recruit
--------------------------------------------------------------------------------------------------------*/
	#global,
	#recruit {
		padding-top: calc(75 / 750 * 100vw);
		padding-bottom: calc(100 / 750 * 100vw);
	}
	#global::before,
	#recruit::before {
		width: calc(375 / 750 * 100vw);
		height: calc(200 / 750 * 100vw);
	}
	#global::before {
		top: calc(188 / 750 * 100vw);
	}
	#recruit::before {
		top: calc(278 / 750 * 100vw);
	}
	#global .inner,
	#recruit .inner {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#global .inner {
		padding-right: calc(25 / 750 * 100vw);
		padding-left: calc(60 / 750 * 100vw);
	}
	#recruit .inner {
		padding-right: calc(60 / 750 * 100vw);
		padding-left: calc(25 / 750 * 100vw);
	}
	#global .sec-title,
	#recruit .sec-title {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	#global .sec-title .ja,
	#recruit .sec-title .ja {
		display: block;
		margin-top: 0.25em;
		margin-left: 0;
	}
	#global .link-item,
	#recruit .link-item {
		width: 100%;
	}
	#global .thumb,
	#recruit .thumb {
		margin-bottom: calc(25 / 750 * 100vw);
	}
	#global .lead,
	#recruit .lead {
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		margin-bottom: calc(25 / 750 * 100vw);
	}
	#global .more,
	#recruit .more {
		display: inline-block;
		font-size: calc(24 / 750 * 100vw);
		padding-right: calc(35 / 750 * 100vw);
		background-size: calc(30 / 750 * 100vw) auto;
	}


}